home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3draggd.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.0 KB  |  49 lines

  1.  
  2. // JavaScript wrapper for r3draggd.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_DRAGGINGGADGET_H = 1;
  7. include("oops/r3window.js")
  8. include("oops/r3splitt.js")
  9.  
  10.  
  11. var R3CLID_DRAGGINGGADGET = 634;
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. R3DRAGGDA_GManager = 634500;
  20. function SetR3DRAGGDA_GManager(value) {
  21.   R3Set(this.r3obj, R3DRAGGDA_GManager, value, R3TID_OBJECT, 0); 
  22. }
  23.  
  24. function GetR3DRAGGDA_GManager() {
  25.   return R3ToJS(R3Get(this.r3obj, R3DRAGGDA_GManager, R3TID_OBJECT, 0)); 
  26. }
  27.  
  28. R3DRAGGDA_WindowClid = 634501;
  29. function SetR3DRAGGDA_WindowClid(value) {
  30.   R3Set(this.r3obj, R3DRAGGDA_WindowClid, value, R3TID_INTEGER, 0); 
  31. }
  32.  
  33.  
  34.  
  35. function r3Dragginggadget () { 
  36.    this.base = r3God;
  37.    if(arguments.length) {
  38.       this.base(R3CLID_DRAGGINGGADGET, arguments);
  39.    }
  40.    // Methods
  41.  
  42.    // Attributes
  43.    this.GetGManager=GetR3DRAGGDA_GManager;
  44.    this.SetGManager=SetR3DRAGGDA_GManager;
  45.    this.SetWindowClid=SetR3DRAGGDA_WindowClid;
  46. }
  47.  
  48. r3Dragginggadget.prototype=new r3Window;
  49. // r3draggd.h_H